home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------------------------------------------
- ;----------------------------------------------------------------------
- ;
- ; Filename: netsf.inf
- ;
- ; Date created: 26 Feb 2003
- ;
- ; Version: 1.01
- ;
- ; URL: http://bandwidthcontroller.com
- ;
- ; Description: INF file for Bandwidth Controller NDIS protocol component.
-
- ; Copyright: Matt Johns (support@bandwidthcontroller.com)
- ;
- ;----------------------------------------------------------------------
-
- [Version]
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Company%
- DriverVer = 07/02/2001,5.00.2071.2
-
- [ControlFlags]
- ExcludeFromSelect = bcimmp
-
- [DestinationDirs]
- DefaultDestDir=12
-
- [Manufacturer]
- %Company% = COMPANY
-
- [COMPANY]
- %BcimMP_Desc% = BcimMP.ndi, bcimmp
-
- [BcimMP.ndi]
- Characteristics = 0x29
- CopyFiles =
-
- [BcimMP.ndi.Services]
- AddService = Bcim, 2, BcimMP.AddService, BcimMP.AddEventLog
-
- [BcimMP.AddEventLog]
- AddReg = BcimMP.AddEventLog.AddReg
-
- [BcimMP.AddEventLog.AddReg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\bcim.sys"
- HKR, , TypesSupported, 0x00010001, 7
-
- [BcimMP.AddService]
- DisplayName = %BcimMP_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\bcim.sys
- LoadOrderGroup = PNP_TDI
- AddReg = BcimMP.AddService.AddReg
-
- [BcimMP.AddService.AddReg]
-
- [Strings]
- Company = "Bandwidth Controller"
- BcimMP_Desc = "Bandwidth Controller kernel component"
-
- [SourceDisksNames]
-
- [SourceDisksFiles]
-
- ;----------------------------------------------------------------------
- ;----------------------------------------------------------------------
-